added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBAzureBingMaps / SilverlightClient / SilverlightClient.vbproj
blob032340c7053d4dc170c54b654e144c374b81e0f5
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>
9     </SchemaVersion>
10     <ProjectGuid>{67A37CBB-4139-4A6B-8C7D-D43F0E9C6F5B}</ProjectGuid>
11     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
12     <OutputType>Library</OutputType>
13     <RootNamespace>SilverlightClient</RootNamespace>
14     <AssemblyName>SilverlightClient</AssemblyName>
15     <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
16     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17     <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
18     <SilverlightApplication>true</SilverlightApplication>
19     <SupportedCultures>
20     </SupportedCultures>
21     <XapOutputs>true</XapOutputs>
22     <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
23     <XapFilename>SilverlightClient.xap</XapFilename>
24     <SilverlightManifestTemplate>My Project\AppManifest.xml</SilverlightManifestTemplate>
25     <SilverlightAppEntry>SilverlightClient.App</SilverlightAppEntry>
26     <TestPageFileName>SilverlightClientTestPage.html</TestPageFileName>
27     <CreateTestPage>true</CreateTestPage>
28     <ValidateXaml>true</ValidateXaml>
29     <EnableOutOfBrowser>false</EnableOutOfBrowser>
30     <OutOfBrowserSettingsFile>My Project\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
31     <UsePlatformExtensions>false</UsePlatformExtensions>
32     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
33     <LinkedServerProject>
34     </LinkedServerProject>
35   </PropertyGroup>
36   <!-- This property group is only here to support building this project using the 
37        MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs 
38        to set the TargetFrameworkVersion to v3.5 -->
39   <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
40     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
41   </PropertyGroup>
42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
43     <DebugSymbols>true</DebugSymbols>
44     <DebugType>full</DebugType>
45     <DefineDebug>true</DefineDebug>
46     <DefineTrace>true</DefineTrace>
47     <NoStdLib>true</NoStdLib>
48     <NoConfig>true</NoConfig>
49     <MyType>Empty</MyType>
50     <OutputPath>Bin\Debug</OutputPath>
51     <DocumentationFile>SilverlightClient.xml</DocumentationFile>
52     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
53     <DefineConstants>SILVERLIGHT=1</DefineConstants>
54   </PropertyGroup>
55   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56     <DebugType>pdbonly</DebugType>
57     <DefineDebug>false</DefineDebug>
58     <DefineTrace>true</DefineTrace>
59     <NoStdLib>true</NoStdLib>
60     <NoConfig>true</NoConfig>
61     <Optimize>true</Optimize>
62     <OutputPath>Bin\Release</OutputPath>
63     <DocumentationFile>SilverlightClient.xml</DocumentationFile>
64     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
65     <DefineConstants>SILVERLIGHT=1</DefineConstants>
66   </PropertyGroup>
67   <PropertyGroup>
68     <OptionExplicit>On</OptionExplicit>
69   </PropertyGroup>
70   <PropertyGroup>
71     <OptionCompare>Binary</OptionCompare>
72   </PropertyGroup>
73   <PropertyGroup>
74     <OptionStrict>Off</OptionStrict>
75   </PropertyGroup>
76   <PropertyGroup>
77     <OptionInfer>On</OptionInfer>
78   </PropertyGroup>
79   <ItemGroup>
80     <Reference Include="Microsoft.Maps.MapControl">
81       <HintPath>C:\Program Files (x86)\Bing Maps Silverlight Control\V1\Libraries\Microsoft.Maps.MapControl.dll</HintPath>
82     </Reference>
83     <Reference Include="Microsoft.Maps.MapControl.Common">
84       <HintPath>C:\Program Files (x86)\Bing Maps Silverlight Control\V1\Libraries\Microsoft.Maps.MapControl.Common.dll</HintPath>
85     </Reference>
86     <Reference Include="mscorlib" />
87     <Reference Include="System.Data.Services.Client, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
88     <Reference Include="System.Runtime.Serialization" />
89     <Reference Include="System.ServiceModel" />
90     <Reference Include="System.Windows" />
91     <Reference Include="system" />
92     <Reference Include="System.Core" />
93     <Reference Include="System.Net" />
94     <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
95     <Reference Include="System.Xml" />
96     <Reference Include="System.Windows.Browser" />
97   </ItemGroup>
98   <ItemGroup>
99     <Import Include="Microsoft.VisualBasic" />
100     <Import Include="System" />
101     <Import Include="System.Linq" />
102     <Import Include="System.Collections.Generic" />
103     <Import Include="System.Xml" />
104     <Import Include="System.Net" />
105     <Import Include="System.Windows" />
106     <Import Include="System.Windows.Controls" />
107     <Import Include="System.Windows.Documents" />
108     <Import Include="System.Windows.Ink" />
109     <Import Include="System.Windows.Input" />
110     <Import Include="System.Windows.Media" />
111     <Import Include="System.Windows.Media.Animation" />
112     <Import Include="System.Windows.Shapes" />
113   </ItemGroup>
114   <ItemGroup>
115     <Compile Include="App.xaml.vb">
116       <DependentUpon>App.xaml</DependentUpon>
117     </Compile>
118     <Compile Include="LocationConverter.vb" />
119     <Compile Include="MainPage.xaml.vb">
120       <DependentUpon>MainPage.xaml</DependentUpon>
121     </Compile>
122     <Compile Include="My Project\AssemblyInfo.vb" />
123     <Compile Include="Service References\GeocodeServiceReference\Reference.vb">
124       <AutoGen>True</AutoGen>
125       <DesignTime>True</DesignTime>
126       <DependentUpon>Reference.svcmap</DependentUpon>
127     </Compile>
128     <Compile Include="Service References\TravelDataServiceReference\Reference.vb">
129       <AutoGen>True</AutoGen>
130       <DesignTime>True</DesignTime>
131       <DependentUpon>Reference.datasvcmap</DependentUpon>
132     </Compile>
133   </ItemGroup>
134   <ItemGroup>
135     <ApplicationDefinition Include="App.xaml">
136       <SubType>Designer</SubType>
137       <Generator>MSBuild:Compile</Generator>
138     </ApplicationDefinition>
139     <Page Include="MainPage.xaml">
140       <SubType>Designer</SubType>
141       <Generator>MSBuild:Compile</Generator>
142     </Page>
143   </ItemGroup>
144   <ItemGroup>
145     <None Include="My Project\AppManifest.xml" />
146     <None Include="Service References\GeocodeServiceReference\Arrays.xsd">
147       <SubType>Designer</SubType>
148     </None>
149     <None Include="Service References\GeocodeServiceReference\common.xsd">
150       <SubType>Designer</SubType>
151     </None>
152     <None Include="Service References\GeocodeServiceReference\contracts.wsdl" />
153     <None Include="Service References\GeocodeServiceReference\contracts.xsd">
154       <SubType>Designer</SubType>
155     </None>
156     <None Include="Service References\GeocodeServiceReference\geocode.wsdl" />
157     <None Include="Service References\GeocodeServiceReference\geocode.xsd">
158       <SubType>Designer</SubType>
159     </None>
160     <None Include="Service References\GeocodeServiceReference\service.xsd">
161       <SubType>Designer</SubType>
162     </None>
163     <None Include="Service References\GeocodeServiceReference\SilverlightClient.GeocodeServiceReference.GeocodeResponse.datasource">
164       <DependentUpon>Reference.svcmap</DependentUpon>
165     </None>
166     <None Include="Service References\TravelDataServiceReference\Reference.datasvcmap">
167       <Generator>DataServiceClientGeneratorOct2010CTP1</Generator>
168       <LastGenOutput>Reference.vb</LastGenOutput>
169     </None>
170     <Content Include="ServiceReferences.ClientConfig" />
171     <None Include="Service References\TravelDataServiceReference\service.edmx" />
172   </ItemGroup>
173   <ItemGroup>
174     <WCFMetadata Include="Service References\" />
175   </ItemGroup>
176   <ItemGroup>
177     <WCFMetadataStorage Include="Service References\GeocodeServiceReference\" />
178   </ItemGroup>
179   <ItemGroup>
180     <None Include="Service References\GeocodeServiceReference\configuration91.svcinfo" />
181   </ItemGroup>
182   <ItemGroup>
183     <None Include="Service References\GeocodeServiceReference\configuration.svcinfo" />
184   </ItemGroup>
185   <ItemGroup>
186     <None Include="Service References\GeocodeServiceReference\Reference.svcmap">
187       <Generator>WCF Proxy Generator</Generator>
188       <LastGenOutput>Reference.vb</LastGenOutput>
189     </None>
190   </ItemGroup>
191   <ItemGroup>
192     <ServiceReferenceMetadataStorage Include="Service References\TravelDataServiceReference\">
193       <Type>datasvcmap</Type>
194     </ServiceReferenceMetadataStorage>
195   </ItemGroup>
196   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.VisualBasic.targets" />
197   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
198        Other similar extension points exist, see Microsoft.Common.targets.
199   <Target Name="BeforeBuild">
200   </Target>
201   <Target Name="AfterBuild">
202   </Target>
203   -->
204   <ProjectExtensions>
205     <VisualStudio>
206       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
207         <SilverlightProjectProperties />
208       </FlavorProperties>
209     </VisualStudio>
210   </ProjectExtensions>
211 </Project>